Skip to content

Drop direct click imports to unblock typer upgrades#13

Open
debdutgoswami wants to merge 1 commit into
fulfilio:masterfrom
debdutgoswami:refactor/drop-click
Open

Drop direct click imports to unblock typer upgrades#13
debdutgoswami wants to merge 1 commit into
fulfilio:masterfrom
debdutgoswami:refactor/drop-click

Conversation

@debdutgoswami

Copy link
Copy Markdown
Member

Typer 0.26 vendored click privately as typer._click, so import click no longer resolves through typer's transitive dependency and external click handles stop sharing typer's Context thread-local. The previous workaround pinned typer below 0.26, which freezes the project on an older release line and blocks every future typer fix or feature.

Comment thread pyproject.toml Outdated
Typer 0.26 vendored click privately as typer._click, so `import click`
no longer resolves through typer's transitive dependency and external
click handles stop sharing typer's Context thread-local. The previous
workaround pinned typer below 0.26, which freezes the project on an
older release line and blocks every future typer fix or feature.
@debdutgoswami

Copy link
Copy Markdown
Member Author

@sharoonthomas can you review again? Made the changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants